-
Notifications
You must be signed in to change notification settings - Fork 741
Qualcomm AI Engine Direct - Support triu op and linear op with non-constant weights #16014
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/16014
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 3 PendingAs of commit 52358a1 with merge base 1864fb0 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
Hi @cccclai , When you have some time, could you please review this? |
|
@pytorchbot label "release notes: qualcomm" |
cccclai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Can you rebase so we can test CI? Our CI was disabled for a while
…nstant weights Summary: - Add a pass to decompose triu op during quantization and export stage so that aten.ge.Scalar does not appear after to_edge. - Refactor linear op build to support non-constant weight and bias - Fixed doc - Fixed RMSNorm without eps
ee4023a to
16b9c46
Compare
I have rebased. Thanks. |
…nstant weights (pytorch#16014) Summary: - Add a pass to decompose triu op during quantization and export stage so that aten.ge.Scalar does not appear after to_edge. - Refactor linear op build to support non-constant weight and bias - Fixed typo in doc - Fixed RMSNorm without eps
Summary: